begintownscript;

variables;

body;

beginstate INIT_STATE;
if(get_flag(7,1) == 0) {
message_dialog("This is the worst part of winter. Every year, some snowmen go feral, leave their lawns, and hide in caves. And of course they attack anyone who wanders in.", "");
}
set_flag(7,1,1);
break;

beginstate START_STATE;
break;

beginstate EXIT_STATE;
break;